CellValueType Enumeration

Definition

Namespace: Independentsoft.Office.Odf
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum CellValueType

Members

Float0 Cell contains a numeric value.
Percentage1 Cell contains a numeric value.
Currency2 Cell contains a numeric value and currency symbol.
Date3 Cell contains a date value or date and time value.
Time4 Cell contains a time value of duration.
Boolean5 Cell contains a boolean value encoded as true or false.
String6 Cell contains a string value.
None7 None

See Also